home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / clipboard / O.sgi / Makefile < prev    next >
Makefile  |  1993-10-29  |  316b  |  14 lines

  1. GEOM = ../../../..
  2. include ${GEOM}/makefiles/Makedefs.global
  3. include ../Makedefs
  4. include ${GEOM}/makefiles/Makerules.obj
  5.  
  6. LIBS=${ALLOOGLLIBS} -lXirisw -lm -lmib -lXm_s -lXt_s -lgl_s -lX11_s -lPW
  7.  
  8. all:    ${TARGET}
  9.  
  10. ${TARGET}:    ${OBJS}
  11.     cc ${CFLAGS} -o clipboard ${OBJS} ${LIBS}
  12.     /bin/rm -f ../clipboard
  13.     ln clipboard ..
  14.